home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / messkill10.lha / MessKill.DOC next >
Encoding:
Text File  |  1994-11-19  |  874 b   |  34 lines

  1. MessKill documentation.
  2.  
  3. Use:
  4. ~~~~
  5.  
  6. MessKill is used to create an output file of messages you wish to browse
  7. quickly. It will output all messages in the given directory from the given
  8. person to a report file in RAM. It can optionally kill the message.
  9.  
  10. Call it thus:
  11.  
  12.   MessKill -N<directory> -F"<from>" [-K]
  13.  
  14. The quotes MUST be there! No trailing slash. MessKill assumes your message
  15. files are not on the root directory.
  16.  
  17. Eg:
  18.  
  19.   MessKill -NMSG:500 -F"Barny Bear" -K
  20.  
  21. will create a file called 'RAM:Messages.Out' which contains the text from all
  22. messages in directory MSG:500 which are FROM 'Barny Bear'. It will then kill
  23. the message file.
  24.  
  25. This can also be used in a private directory (original purpose actually!).
  26. Note that no cleaning up of message pointers are done if messages are killed
  27. off.
  28.  
  29. Status:
  30. ~~~~~~~
  31.  
  32. Absolutely freeware. Don't blame me if it stuffs up :-)
  33.  
  34.